From dcee93948a33fb916947e7ab451bc3778259f6b0 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 26 Feb 2009 14:28:45 +0000 Subject: [PATCH] * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) --- lisp/net/tramp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index e2e603a6b0a..fb7fc9d471b 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -6124,7 +6124,8 @@ and end of region, and are expected to replace the region contents with the encoded or decoded results, respectively.") (defconst tramp-remote-coding-commands - '((b64 "mimencode -b" "mimencode -u -b") + '((b64 "base64" "base64 -d") + (b64 "mimencode -b" "mimencode -u -b") (b64 "mmencode -b" "mmencode -u -b") (b64 "recode data..base64" "recode base64..data") (b64 tramp-perl-encode-with-module tramp-perl-decode-with-module) -- 2.30.2